home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / wsomr100.zip / INTERNET.TXT < prev    next >
Text File  |  1995-03-15  |  4KB  |  141 lines

  1. This document contains three parts:
  2.  
  3.   1. Internet.
  4.   2. SOUP ( Simple Offline USENET Packet Format ).
  5.   3. Tips.
  6.  
  7. It briefly describes the Internet support provided by wsOMR.
  8.  
  9. 1. wsOMR's Internet support facility
  10. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  11.  
  12. wsOMR provides two kinds of Internet support, namely:
  13.  
  14.   1. Internet ( RFC message level)
  15.   2. SOUP     ( packet level)
  16.  
  17. Assuming that you are not into USENET reading/posting, the first option is
  18. more than likely the best choice for you. Why? It is easier than the SOUP
  19. option since it does not require any other software to be installed on your
  20. internet host except the very simple wsmail.c file.
  21.  
  22. 1. Internet
  23. ░░░░░░░░░░░░
  24.  
  25. 1.1 Installation
  26. ================
  27.  
  28.   1. Upload wsmail.c to your Internet host.
  29.   2. While logged in to your host type "cc wsmail.c"
  30.   3  Next, type "mv a.out wsmail"
  31.  
  32. Note:
  33.  
  34. wsmail.c is only for use by the Unix compiler, don't try to update it and
  35. save it again in MS-DOS otherwise it will not be compiled by Unix. It is
  36. important therefore, to keep wsmail.c as is!
  37.  
  38. In some Linux systems, smail is used instead of sendmail, please change
  39. the line in wsmail.c
  40.  
  41. FROM:
  42.   char *send_cmd  = "sendmail -t ";   /* change this in case different */
  43. TO:
  44.   char *send_cmd  = "smail -t ";      /* change this in case different */
  45.  
  46.  
  47.  
  48. 1.2 Uploading of mails
  49. ======================
  50.  
  51.  1. Run wsOMR /i
  52.  2. Enter the name of a new bbs. Example: INTERNET
  53.  3. Enter messages ( there is only one area available ).
  54.  4. After each session, wsOMR will create a new file called "???.txt"
  55.     [???=the name of your BBS].
  56.  5. Upload the ???.txt  file to your Internet host.
  57.  6. Run wsmail by typing "wsmail r ???.txt.
  58.  7. wsmail will confirm that your messages are sent.
  59.  
  60. 1.3 Downloading of mails
  61. ========================
  62.  
  63.   1. Log in the Internet host.
  64.   2. Pack your mail into a file by typing:
  65.       wsmail m ???.001 [???=the name of your BBS]
  66.       Note: If you so choose, you can instead use the "mailx" command.
  67.   4. Download ???.001 to your PC by typing "sz ???.001"
  68.   5. Log off from the Internet host.
  69.   6. Start wsOMR by typing " wsomr /i"
  70.   6. Open the ???.001 file.
  71.   7. read/answer the mail
  72.   8. upon exit, ???.001 will be zipped.
  73.  
  74.  
  75. 2. SOUP ( Simple Offline USENET Packet Format )
  76. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  77.  
  78. wsOMR is fully compatible with SOUP specifications ver 1.2. wsOMR is a
  79. SOUP reader aside from being a BW/QWK/Internet reader. SOUP is usually used
  80. for USENET reading/posting as well as e-mailing.
  81.  
  82. 2.1 Installation
  83. ================
  84.  
  85. Make sure that UQWK, ZIP and UNZIP are installed in your Internet host,
  86. ask your system administrator about it.
  87.  
  88. 2.2 Downloading of mails
  89. ========================
  90.  
  91.   1. While logged in to the Internet type "uqwk +L +n"
  92.   2. type "zip soup.zip *.???" [???= your MSG AREAS]
  93.   3. download the zipped file by typing "sz soup.zip"
  94.  
  95. 2.3 Uploading of mails
  96. ======================
  97.  
  98.   1. While logged in to the Internet type "rz soup.rep"
  99.   2. Type "unzip -U soup.rep"
  100.   3. Type "uqwk +L -RREPLIES
  101.  
  102. 2.4 Reading/Replying
  103. ====================
  104.   1. Start wsomr by typing  "wsomr /s"
  105.   2. Open a packet and read/reply, upon exit a reply packet will be created.
  106.  
  107. 3. Some tips
  108. ░░░░░░░░░░░░
  109.  
  110. Following is a simple tip on how to use wsOMR with Internet mode ( wsomr /i )
  111.  
  112. 3.1 First time
  113.  
  114. Create an INTERNET bbs, this is for the receiving of mails from
  115. internet. Create a MONTH bbs, this will be used to keep all the incoming
  116. mails in which you are interested.
  117.  
  118. 3.2 Daily use
  119.  
  120.   1. Gather your mail by using the "wsmail" command as specified above.
  121.   2. Download the mail by using the "sz" command.
  122.   3. Log off and start the wsomr /i.
  123.   4. Open the downloaded packet, while viewing messages, you can press Alt-W
  124.      to save those messages which you would like to keep.
  125.  
  126. 3.3 Use of Unix script wpost
  127.  
  128.   you can use wpost script file to automate the sending/retrieving of mails.
  129.  
  130.   1. Upload wpost to your Internet host
  131.   2. use following command to get/send mails:
  132.       sh wpost internet.001 internet.txt
  133.  
  134. 3.4 Use of Telix/Unix scripts
  135.  
  136.   1. Update telix.slt to use your own parameters.
  137.   2. Compile telix.slt:  cs telix.
  138.   3. Upload wpost to internet host.
  139.   4. Run telix stelix.
  140.  
  141.